public interface StructOrUnionField
A field in a struct has a name and a type.
-
Method Summary
Modifier and TypeMethodDescriptioncopyAs(CIVLPrimitiveType type, dev.civl.sarl.IF.SymbolicUniverse universe) intindex()booleanname()type()
-
Method Details
-
name
Identifier name() -
type
CIVLType type() -
index
int index() -
copyAs
-
isAnonymous
boolean isAnonymous() -
enclosingType
CIVLStructOrUnionType enclosingType()
-