Package org.opencypher.grammar
Interface Literal
-
- All Superinterfaces:
CharSequence
public interface Literal extends CharSequence
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLiteral.Visitor<EX extends Exception>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <EX extends Exception>
voidaccept(Literal.Visitor<EX> visitor)booleancaseSensitive()intcodePointAt(int index)-
Methods inherited from interface java.lang.CharSequence
charAt, chars, codePoints, length, subSequence, toString
-
-
-
-
Method Detail
-
codePointAt
int codePointAt(int index)
-
caseSensitive
boolean caseSensitive()
-
accept
<EX extends Exception> void accept(Literal.Visitor<EX> visitor) throws EX extends Exception
- Throws:
EX extends Exception
-
-