|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.parser.ast.value.AstMap
public class AstMap
Field Summary | |
---|---|
java.util.List<AstMapAssignment> |
components
|
static AstMap |
EMPTY
|
Constructor Summary | |
---|---|
AstMap(java.util.List<AstMapAssignment> components)
|
Method Summary | ||
---|---|---|
|
accept(AstValueVisitor<T> v)
|
|
void |
accept(AstValueVisitorVoid v)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AstMap EMPTY
public final java.util.List<AstMapAssignment> components
Constructor Detail |
---|
public AstMap(java.util.List<AstMapAssignment> components)
Method Detail |
---|
public <T> T accept(AstValueVisitor<T> v)
accept
in interface AstValue
public void accept(AstValueVisitorVoid v)
accept
in interface AstValue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |