|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.vishia.java2C.ReadStructure.Zbnf_Type
private static class ReadStructure.Zbnf_Type
Subclass to pour in the result of the type::=... subsyntax.
Only a singleton instance is created. It is reused, calling init() before, if
Java2C_Main.ReadStructure.Zbnf_ClassData#new_type()()
<type> were parsed with syntax
type::= type; <$?typeName>.. If the appropriate method
Java2C_Main.ReadStructure.Zbnf_ClassData#add_type(org.vishia.java2C.Java2C_Main.ReadStructure.Zbnf_Type)
ClassData.
This temporary instance is used straighten out, because the structure of syntax
is not so opportune for storing in ClassData directly.
| Field Summary | |
|---|---|
java.lang.String |
typeName
|
| Constructor Summary | |
|---|---|
private |
ReadStructure.Zbnf_Type()
|
| Method Summary | |
|---|---|
(package private) void |
init()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String typeName
| Constructor Detail |
|---|
private ReadStructure.Zbnf_Type()
| Method Detail |
|---|
void init()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||