Interface VariableSequence
- All Superinterfaces:
ClassItem,FunctionItem,OS_Element,StatementItem
- All Known Implementing Classes:
VariableSequenceImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddefaultModifiers(TypeModifiers aModifiers) items()next()default voidvoidsetCategory(El_Category aCategory) voidsetContext(Context ctx) voidsetParent(OS_Element parent) voidsetTypeName(TypeName aTn) toString()voidvisitGen(ElElementVisitor visit) Methods inherited from interface tripleo.elijah_durable_congenial.lang.i.ClassItem
getAccess, setAccessMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.OS_Element
asString
-
Method Details
-
addAnnotation
-
annotations
List<AnnotationClause> annotations() -
defaultModifiers
-
getCategory
El_Category getCategory()- Specified by:
getCategoryin interfaceClassItem
-
getContext
Context getContext()- Specified by:
getContextin interfaceOS_Element
-
getParent
OS_Element getParent()- Specified by:
getParentin interfaceOS_Element
-
items
Collection<VariableStatement> items() -
next
VariableStatement next() -
setCategory
- Specified by:
setCategoryin interfaceClassItem
-
setContext
-
setParent
-
setTypeName
-
toString
String toString() -
visitGen
- Specified by:
visitGenin interfaceOS_Element
-
serializeTo
- Specified by:
serializeToin interfaceClassItem- Specified by:
serializeToin interfaceFunctionItem- Specified by:
serializeToin interfaceOS_Element
-