Class NestedDef
- java.lang.Object
-
- org.jparsec.examples.common.ValueObject
-
- org.jparsec.examples.java.ast.declaration.NestedDef
-
- All Implemented Interfaces:
Member
public final class NestedDef extends ValueObject implements Member
Represents a nested declaration.
-
-
Field Summary
Fields Modifier and Type Field Description Declaration
declaration
-
Constructor Summary
Constructors Constructor Description NestedDef(Declaration declaration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
-
-
-
Field Detail
-
declaration
public final Declaration declaration
-
-
Constructor Detail
-
NestedDef
public NestedDef(Declaration declaration)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classValueObject
-
-