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:
Serializable,Comparable<InterfaceMemberDeclaration>
- Enclosing class:
- InterfaceMemberDeclaration
public static final class InterfaceMemberDeclaration.Constant
extends InterfaceMemberDeclaration
implements Serializable
- See Also:
-
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
FieldsFields inherited from class hydra.ext.java.syntax.InterfaceMemberDeclaration
CLASS, CONSTANT, INTERFACE, INTERFACE_METHOD, TYPE_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(InterfaceMemberDeclaration.Visitor<R> visitor) intbooleaninthashCode()
-
Field Details
-
value
-
-
Constructor Details
-
Constant
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<InterfaceMemberDeclaration>
-
accept
- Specified by:
acceptin classInterfaceMemberDeclaration
-