Interface CodeSegment
-
- All Known Implementing Classes:
Comment,DslRecordingController.OnlyChildrenMethodCall,FragmentMethodCall,MethodCall
public interface CodeSegmentSpecifies part of code to be generated including common logic required byt different type of code segments.- Since:
- 1.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringbuildCode(String indent)Collection<String>getImports()Map<String,? extends MethodCall>getMethodDefinitions()Collection<String>getStaticImports()
-
-
-
Method Detail
-
getStaticImports
Collection<String> getStaticImports()
-
getImports
Collection<String> getImports()
-
getMethodDefinitions
Map<String,? extends MethodCall> getMethodDefinitions()
-
-