|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.CreateVariableDesc
public class CreateVariableDesc
Descriptor for create-variable statements.
Constructor Summary | |
---|---|
CreateVariableDesc(java.lang.String variableType,
java.lang.String variableName,
ExprNode assignment,
boolean constant,
boolean array,
boolean arrayOfPrimitive)
Ctor. |
Method Summary | |
---|---|
ExprNode |
getAssignment()
Returns the assignment expression, or null if none |
java.lang.String |
getVariableName()
Returns the variable name |
java.lang.String |
getVariableType()
Returns the variable type. |
boolean |
isArray()
|
boolean |
isArrayOfPrimitive()
|
boolean |
isConstant()
|
void |
setArrayOfPrimitive(boolean arrayOfPrimitive)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateVariableDesc(java.lang.String variableType, java.lang.String variableName, ExprNode assignment, boolean constant, boolean array, boolean arrayOfPrimitive)
variableType
- type of the variablevariableName
- name of the variableassignment
- expression assigning the initial value, or null if noneMethod Detail |
---|
public java.lang.String getVariableType()
public java.lang.String getVariableName()
public ExprNode getAssignment()
public boolean isConstant()
public boolean isArray()
public boolean isArrayOfPrimitive()
public void setArrayOfPrimitive(boolean arrayOfPrimitive)
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |