Package openGql.grammar
Class LengthExpression.Byte_
- java.lang.Object
-
- openGql.grammar.LengthExpression
-
- openGql.grammar.LengthExpression.Byte_
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<LengthExpression>
- Enclosing class:
- LengthExpression
public static final class LengthExpression.Byte_ extends LengthExpression implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.LengthExpression
LengthExpression.Byte_, LengthExpression.Char, LengthExpression.PartialVisitor<R>, LengthExpression.Path, LengthExpression.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description ValueExpressionvalue-
Fields inherited from class openGql.grammar.LengthExpression
BYTE, CHAR, PATH, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Byte_(ValueExpression value)Constructs an immutableLengthExpression.Byte_.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(LengthExpression.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(LengthExpression other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final ValueExpression value
-
-
Constructor Detail
-
Byte_
public Byte_(ValueExpression value)
Constructs an immutableLengthExpression.Byte_.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(LengthExpression other)
- Specified by:
compareToin interfacejava.lang.Comparable<LengthExpression>
-
accept
public <R> R accept(LengthExpression.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classLengthExpression
-
-