Annotation Type MachineParser
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface MachineParserIndicates the capabilities of a machine parser. It may be used to dynamically steer the code generation.- Author:
- Holger Eichelberger, SSE
- See Also:
ModelAccess
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleansupportsHierarchicalNamesWhether the machine connector supports hierarchical names (requiressupportsNames().booleansupportsIndexesWhether the parser supports index-based access (despite the interface).booleansupportsNamesWhether the machine connector supports hierarchical names (despite the interface).booleansupportsNestingWhether the machine connector supports stepping into nested structures (or emulates that).
-
-
-
-
supportsHierarchicalNames
boolean supportsHierarchicalNames
Whether the machine connector supports hierarchical names (requiressupportsNames().- Returns:
truefor hierarchical names,falseelse
- Default:
- true
-
-