Package org.fulib.scenarios.ast
Class MultiDescriptor.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.MultiDescriptor.Impl
-
- All Implemented Interfaces:
MultiDescriptor,Node
- Enclosing interface:
- MultiDescriptor
public static class MultiDescriptor.Impl extends java.lang.Object implements MultiDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.MultiDescriptor
MultiDescriptor.Impl, MultiDescriptor.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<NamedExpr>getAttributes()java.util.List<Name>getNames()TypegetType()voidsetAttributes(java.util.List<NamedExpr> attributes)voidsetNames(java.util.List<Name> names)voidsetType(Type type)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fulib.scenarios.ast.MultiDescriptor
accept, accept
-
-
-
-
Method Detail
-
getType
public Type getType()
- Specified by:
getTypein interfaceMultiDescriptor
-
setType
public void setType(Type type)
- Specified by:
setTypein interfaceMultiDescriptor
-
getNames
public java.util.List<Name> getNames()
- Specified by:
getNamesin interfaceMultiDescriptor
-
setNames
public void setNames(java.util.List<Name> names)
- Specified by:
setNamesin interfaceMultiDescriptor
-
getAttributes
public java.util.List<NamedExpr> getAttributes()
- Specified by:
getAttributesin interfaceMultiDescriptor
-
setAttributes
public void setAttributes(java.util.List<NamedExpr> attributes)
- Specified by:
setAttributesin interfaceMultiDescriptor
-
-