org.richfaces.cdk.templatecompiler.builder.model
Class StatementImpl
java.lang.Object
org.richfaces.cdk.templatecompiler.builder.model.StatementImpl
- All Implemented Interfaces:
- JavaStatement, RequireImports
public class StatementImpl
- extends Object
- implements JavaStatement
- Author:
- Nick Belaevski
StatementImpl
public StatementImpl(String code)
getCode
public String getCode()
- Specified by:
getCode in interface JavaStatement
toString
public String toString()
- Overrides:
toString in class Object
getRequiredImports
public Iterable<JavaImport> getRequiredImports()
- Specified by:
getRequiredImports in interface RequireImports
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.