Package hydra.ext.java.syntax
Class MethodInvocation_Header.Simple
java.lang.Object
hydra.ext.java.syntax.MethodInvocation_Header
hydra.ext.java.syntax.MethodInvocation_Header.Simple
- All Implemented Interfaces:
Serializable,Comparable<MethodInvocation_Header>
- Enclosing class:
- MethodInvocation_Header
public static final class MethodInvocation_Header.Simple
extends MethodInvocation_Header
implements Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hydra.ext.java.syntax.MethodInvocation_Header
MethodInvocation_Header.Complex, MethodInvocation_Header.PartialVisitor<R>, MethodInvocation_Header.Simple, MethodInvocation_Header.Visitor<R> -
Field Summary
FieldsFields inherited from class hydra.ext.java.syntax.MethodInvocation_Header
COMPLEX, SIMPLE, TYPE_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(MethodInvocation_Header.Visitor<R> visitor) intcompareTo(MethodInvocation_Header other) booleaninthashCode()
-
Field Details
-
value
-
-
Constructor Details
-
Simple
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<MethodInvocation_Header>
-
accept
- Specified by:
acceptin classMethodInvocation_Header
-