com.helger.jcodemodel.JVar |
BeamExpressionTransform.addEnumParamForEnumProperty(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
com.helger.jcodemodel.JVar |
BeamExpressionTransform.addErrorBuilderParam(BeamMethod beamMethod) |
void |
BeamMethod.addInvocation(BeamMethod method)
Assert that this method invokes another method.
|
void |
BlockInfo.addListParam(BeamMethod beamMethod,
com.helger.jcodemodel.AbstractJType paramType,
String paramName) |
void |
BeamExpressionTransform.addOutputRowAndErrorBuilderParams(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
protected abstract void |
TargetPropertyGenerator.addParameters(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
protected void |
EnumPropertyGenerator.addParameters(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
protected void |
EnumNodeGenerator.addParameters(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
protected void |
SimplePropertyGenerator.addParameters(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
protected void |
StructPropertyGenerator.addParameters(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
void |
BeamExpressionTransform.addParametersFromInvocationSet(BeamMethod beamMethod) |
void |
BeamExpressionTransform.addParametersFromPropertySet(BeamMethod beamMethod,
ShowlPropertyShape targetProperty,
Set<ShowlPropertyShape> set) |
void |
BeamExpressionTransform.addRowParameters(BeamMethod beamMethod,
ShowlExpression e) |
com.helger.jcodemodel.JVar |
BeamExpressionTransform.addTableRowParam(BeamMethod beamMethod,
ShowlEffectiveNodeShape node) |
com.helger.jcodemodel.JVar |
BeamExpressionTransform.addTableRowParam(BeamMethod beamMethod,
ShowlEffectiveNodeShape node,
boolean withQualifiedName) |
void |
BeamExpressionTransform.addTableRowParameters(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
BlockInfo |
BlockInfo.beamMethod(BeamMethod beamMethod) |
BlockInfo |
BeamExpressionTransform.beginBlock(BeamMethod beamMethod) |
int |
BeamMethod.compareTo(BeamMethod other) |
com.helger.jcodemodel.JInvocation |
BeamExpressionTransform.createInvocation(BeamMethod method) |
protected com.helger.jcodemodel.JVar |
StructPropertyGenerator.declareValueShapeRow(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
protected BeamMethod |
AlternativePathsGenerator.fieldMethod(BeamMethod callerMethod,
ShowlPropertyShape targetProperty,
ShowlExpression e) |
BeamMethod |
TargetPropertyGenerator.generate(BeamMethod caller,
ShowlPropertyShape targetProperty) |
protected abstract void |
TargetPropertyGenerator.generateBody(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
protected void |
EnumNodeGenerator.generateBody(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
protected void |
SimplePropertyGenerator.generateBody(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
protected void |
StructPropertyGenerator.generateBody(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
protected void |
AlternativePathsGenerator.generateBody(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
protected void |
MultiValuedTargetPropertyGenerator.generateBody(BeamMethod beamMethod,
ShowlPropertyShape targetProperty) |
com.helger.jcodemodel.JInvocation |
BeamExpressionTransform.invoke(BeamMethod method) |
StructInfo |
StructPropertyGenerator.processNode(BeamMethod beamMethod,
ShowlNodeShape targetNode)
Generate and invoke methods for all properties within a given node.
|