|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.schema.codegen.ASTBuilderBase
org.jibx.schema.codegen.ExpressionBuilderBase
org.jibx.schema.codegen.InvocationBuilder
public class InvocationBuilder
Method invocation builder. This wraps the AST method invocation representation with convenience methods and added control information.
Field Summary | |
---|---|
private MethodInvocation |
m_invoke
Method invocation. |
Fields inherited from class org.jibx.schema.codegen.ExpressionBuilderBase |
---|
m_expression, m_source |
Fields inherited from class org.jibx.schema.codegen.ASTBuilderBase |
---|
m_ast |
Constructor Summary | |
---|---|
InvocationBuilder(ClassBuilder source,
MethodInvocation invoke)
Constructor. |
Method Summary | |
---|---|
protected void |
addOperand(Expression operand)
Add operand to expression. |
Methods inherited from class org.jibx.schema.codegen.ExpressionBuilderBase |
---|
addCharacterLiteralOperand, addNullOperand, addNumberLiteralOperand, addStringLiteralOperand, addVariableOperand, getExpression |
Methods inherited from class org.jibx.schema.codegen.ASTBuilderBase |
---|
numberLiteral, setFinal, setPrivate, setPrivateFinal, setPrivateStaticFinal, setPublic, setPublicStatic, setPublicStaticFinal, setStatic, stringLiteral |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final MethodInvocation m_invoke
Constructor Detail |
---|
public InvocationBuilder(ClassBuilder source, MethodInvocation invoke)
source
- invoke
- Method Detail |
---|
protected void addOperand(Expression operand)
addOperand
in class ExpressionBuilderBase
operand
-
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |