|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.parser.ast.value.AstValueDefinition
public class AstValueDefinition
Field Summary | |
---|---|
java.lang.String |
name
|
AstType |
type
|
AstValue |
value
|
Constructor Summary | |
---|---|
AstValueDefinition(java.lang.String name,
AstType type,
AstValue value)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public AstType type
public AstValue value
Constructor Detail |
---|
public AstValueDefinition(java.lang.String name, AstType type, AstValue value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |