|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.vishia.java2C.ClassData.InitInfoVariable
static class ClassData.InitInfoVariable
This class saves the position of zbnfInit in a parse result to the named variable. It is used if the initialization is generated.
| Field Summary | |
|---|---|
(package private) FieldData |
identInfos
|
(package private) ZbnfParseResultItem |
zbnfInit
The zbnf parse result element which contains the value::=
or newObject::= or newArray::= or constArray::=. |
| Constructor Summary | |
|---|---|
ClassData.InitInfoVariable(FieldData identInfo,
ZbnfParseResultItem zbnfValue)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final ZbnfParseResultItem zbnfInit
value::=
or newObject::= or newArray::= or constArray::=.
final FieldData identInfos
| Constructor Detail |
|---|
public ClassData.InitInfoVariable(FieldData identInfo,
ZbnfParseResultItem zbnfValue)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||