|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.parser.ast.value.AstRecord
public class AstRecord
Field Summary | |
---|---|
java.util.List<AstComponentAssignment> |
components
|
static AstRecord |
EMPTY
|
Constructor Summary | |
---|---|
AstRecord(java.util.List<AstComponentAssignment> 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 AstRecord EMPTY
public final java.util.List<AstComponentAssignment> components
Constructor Detail |
---|
public AstRecord(java.util.List<AstComponentAssignment> 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 |