Class VariableStatementImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.VariableStatementImpl
- All Implemented Interfaces:
OS_Element,VariableStatement,@NotNull Locatable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintintgetFile()intgetLine()int@NotNull StringgetName()voidinitial(IExpression aExpr) @NotNull IExpressionvoidvoidset(TypeModifiers y) voidvoidsetTypeName(@NotNull TypeName tn) @NotNull TypeNametypeName()voidvisitGen(@NotNull ElElementVisitor visit) voidwalkAnnotations(@NotNull AnnotationWalker annotationWalker) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.OS_Element
asString
-
Constructor Details
-
VariableStatementImpl
-
-
Method Details
-
addAnnotation
-
getColumn
public int getColumn() -
getColumnEnd
public int getColumnEnd()- Specified by:
getColumnEndin interface@NotNull Locatable
-
getFile
-
getLine
public int getLine() -
getLineEnd
public int getLineEnd()- Specified by:
getLineEndin interface@NotNull Locatable
-
getContext
- Specified by:
getContextin interfaceOS_Element- Specified by:
getContextin interfaceVariableStatement
-
getName
- Specified by:
getNamein interfaceVariableStatement
-
getNameToken
- Specified by:
getNameTokenin interfaceVariableStatement
-
getParent
- Specified by:
getParentin interfaceOS_Element
-
getTypeModifiers
- Specified by:
getTypeModifiersin interfaceVariableStatement
-
initial
- Specified by:
initialin interfaceVariableStatement
-
initialValue
- Specified by:
initialValuein interfaceVariableStatement
-
set
- Specified by:
setin interfaceVariableStatement
-
setName
- Specified by:
setNamein interfaceVariableStatement
-
setTypeName
- Specified by:
setTypeNamein interfaceVariableStatement
-
typeName
- Specified by:
typeNamein interfaceVariableStatement
-
visitGen
- Specified by:
visitGenin interfaceOS_Element- Specified by:
visitGenin interfaceVariableStatement
-
serializeTo
- Specified by:
serializeToin interfaceOS_Element- Specified by:
serializeToin interfaceVariableStatement
-
walkAnnotations
-