Package hydra.ext.java.syntax
Class MethodModifier.Annotation
java.lang.Object
hydra.ext.java.syntax.MethodModifier
hydra.ext.java.syntax.MethodModifier.Annotation
- All Implemented Interfaces:
Serializable,Comparable<MethodModifier>
- Enclosing class:
- MethodModifier
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hydra.ext.java.syntax.MethodModifier
MethodModifier.Abstract, MethodModifier.Annotation, MethodModifier.Final, MethodModifier.Native, MethodModifier.PartialVisitor<R>, MethodModifier.Private, MethodModifier.Protected, MethodModifier.Public, MethodModifier.Static, MethodModifier.Strictfb, MethodModifier.Synchronized, MethodModifier.Visitor<R> -
Field Summary
FieldsFields inherited from class hydra.ext.java.syntax.MethodModifier
ABSTRACT, ANNOTATION, FINAL, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICTFB, SYNCHRONIZED, TYPE_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(MethodModifier.Visitor<R> visitor) intcompareTo(MethodModifier other) booleaninthashCode()
-
Field Details
-
value
-
-
Constructor Details
-
Annotation
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<MethodModifier>
-
accept
- Specified by:
acceptin classMethodModifier
-