Package hydra.ext.java.syntax
Class InterfaceMemberDeclaration.Constant
- java.lang.Object
-
- hydra.ext.java.syntax.InterfaceMemberDeclaration
-
- hydra.ext.java.syntax.InterfaceMemberDeclaration.Constant
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- InterfaceMemberDeclaration
public static final class InterfaceMemberDeclaration.Constant extends InterfaceMemberDeclaration implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.java.syntax.InterfaceMemberDeclaration
InterfaceMemberDeclaration.Class_, InterfaceMemberDeclaration.Constant, InterfaceMemberDeclaration.Interface, InterfaceMemberDeclaration.InterfaceMethod, InterfaceMemberDeclaration.PartialVisitor<R>, InterfaceMemberDeclaration.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description ConstantDeclaration
value
-
Fields inherited from class hydra.ext.java.syntax.InterfaceMemberDeclaration
FIELD_NAME_CLASS, FIELD_NAME_CONSTANT, FIELD_NAME_INTERFACE, FIELD_NAME_INTERFACE_METHOD, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Constant(ConstantDeclaration value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(InterfaceMemberDeclaration.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final ConstantDeclaration value
-
-
Constructor Detail
-
Constant
public Constant(ConstantDeclaration value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(InterfaceMemberDeclaration.Visitor<R> visitor)
- Specified by:
accept
in classInterfaceMemberDeclaration
-
-