Klasse FilterParser
java.lang.Object
org.apache.sling.resource.filter.impl.script.FilterParser
- Alle implementierten Schnittstellen:
FilterParserConstants
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungNext token.Current token.Generated Token Manager.Von Schnittstelle geerbte Felder org.apache.sling.resource.filter.impl.script.FilterParserConstants
AND, BOOLEAN, COMMA, CONTAINS, CONTAINS_ANY, CONTAINS_NOT, CONTAINS_NOT_ANY, DATE, DATETIME, DEFAULT, DIGIT, DIGITS, DQUOTE, DYNAMIC_ARG, EOF, EQUAL, EXP, EXPONENT, FRACTIONAL_DIGITS, FUNCTION_NAME, GREATER_THAN, GREATER_THAN_OR_EQUAL, IN, INTEGER, LESS_THAN, LESS_THAN_OR_EQUAL, LIKE, LIKE_NOT, LPAREN, MINUS, NOT_EQUAL, NOT_IN, NULL, NUMBER, OFFSET, OFFSETDATETIME, OR, PLUS, PROPERTY, RPAREN, SQUOTE, STRING, TIME, tokenImage, UNKNOWN, YYYYMMDD -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFilterParser(InputStream stream) Constructor with InputStream.FilterParser(InputStream stream, String encoding) Constructor with InputStream and supplied encodingFilterParser(Reader stream) Constructor.Constructor with generated Token Manager. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal Nodeand()final Nodeargument()final Nodefinal Tokenfinal Nodefinal voidDisable tracing.final Nodefinal voidEnable tracing.final Nodefunction()Generate ParseException.final TokenGet the next Token.final TokengetToken(int index) Get the specific Token.final Nodegroup()final Nodeliteral()final Nodeor()final Nodeparse()final Nodeproperty()voidReInit(InputStream stream) Reinitialise.voidReInit(InputStream stream, String encoding) Reinitialise.voidReinitialise.voidReinitialise.final booleanTrace enabled.
-
Felddetails
-
token_source
Generated Token Manager. -
token
Current token. -
jj_nt
Next token.
-
-
Konstruktordetails
-
FilterParser
Constructor with InputStream. -
FilterParser
Constructor with InputStream and supplied encoding -
FilterParser
Constructor. -
FilterParser
Constructor with generated Token Manager.
-
-
Methodendetails
-
parse
- Löst aus:
ParseException
-
or
- Löst aus:
ParseException
-
and
- Löst aus:
ParseException
-
constraint
- Löst aus:
ParseException
-
group
- Löst aus:
ParseException
-
comparison
- Löst aus:
ParseException
-
comparisonValue
- Löst aus:
ParseException
-
Arguments
- Löst aus:
ParseException
-
commaSepArguments
- Löst aus:
ParseException
-
argument
- Löst aus:
ParseException
-
function
- Löst aus:
ParseException
-
dynamicArg
- Löst aus:
ParseException
-
literal
- Löst aus:
ParseException
-
property
- Löst aus:
ParseException
-
ReInit
Reinitialise. -
ReInit
Reinitialise. -
ReInit
Reinitialise. -
ReInit
Reinitialise. -
getNextToken
Get the next Token. -
getToken
Get the specific Token. -
generateParseException
Generate ParseException. -
trace_enabled
public final boolean trace_enabled()Trace enabled. -
enable_tracing
public final void enable_tracing()Enable tracing. -
disable_tracing
public final void disable_tracing()Disable tracing.
-