Uses of Class
com.fizzed.rocker.model.SourceRef
Packages that use SourceRef
-
Uses of SourceRef in com.fizzed.rocker.compiler
Methods in com.fizzed.rocker.compiler that return SourceRefModifier and TypeMethodDescriptionTemplateParser.TemplateParserListener.createSourceRef(org.antlr.v4.runtime.ParserRuleContext rule) TemplateParser.TemplateParserListener.createSourceRef(org.antlr.v4.runtime.ParserRuleContext rule, org.antlr.v4.runtime.Token start, org.antlr.v4.runtime.Token stop) Methods in com.fizzed.rocker.compiler with parameters of type SourceRefModifier and TypeMethodDescriptionstatic ParserExceptionTemplateParser.buildParserException(SourceRef sourceRef, String templatePath, String msg) static ParserExceptionTemplateParser.buildParserException(SourceRef sourceRef, String templatePath, String msg, Throwable cause) Constructors in com.fizzed.rocker.compiler with parameters of type SourceRefModifierConstructorDescriptionParserRuntimeException(SourceRef sourceRef, String msg, Throwable cause) -
Uses of SourceRef in com.fizzed.rocker.model
Fields in com.fizzed.rocker.model declared as SourceRefMethods in com.fizzed.rocker.model that return SourceRefModifier and TypeMethodDescriptionSourceRef.combineAdjacent(SourceRef other) TemplateUnit.getSourceRef()Methods in com.fizzed.rocker.model with parameters of type SourceRefConstructors in com.fizzed.rocker.model with parameters of type SourceRefModifierConstructorDescriptionArgument(SourceRef sourceRef, JavaVariable variable) BlockBegin(SourceRef sourceRef, String expression) BreakStatement(SourceRef sourceRef) ContentClosureBegin(SourceRef sourceRef, String identifer) ContentClosureEnd(SourceRef sourceRef) ContinueStatement(SourceRef sourceRef) EvalExpression(SourceRef sourceRef, String expression, boolean nullSafe) ForBlockBegin(SourceRef sourceRef, String expression, ForStatement statement) ForBlockEnd(SourceRef sourceRef) IfBlockBegin(SourceRef sourceRef, String expression) IfBlockElse(SourceRef sourceRef) IfBlockElseIf(SourceRef sourceRef, String expression) IfBlockEnd(SourceRef sourceRef) JavaImport(SourceRef sourceRef, String statement) NullTernaryExpression(SourceRef sourceRef, String leftExpression, String rightExpression) SwitchBlock(SourceRef sourceRef, String expression) SwitchBlockEnd(SourceRef sourceRef) SwitchCaseBlock(SourceRef sourceRef, String expression) SwitchCaseBlockEnd(SourceRef sourceRef) SwitchCaseExpressionBlock(SourceRef sourceRef, String expression) SwitchCaseExpressionBlockEnd(SourceRef sourceRef) SwitchDefaultBlock(SourceRef sourceRef) SwitchDefaultBlockEnd(SourceRef sourceRef) SwitchDefaultExpressionBlock(SourceRef sourceRef) SwitchDefaultExpressionBlockEnd(SourceRef sourceRef) SwitchExpressionBlock(SourceRef sourceRef, String expression) SwitchExpressionBlockEnd(SourceRef sourceRef) TemplateUnit(SourceRef sourceRef) ValueClosureBegin(SourceRef sourceRef, String expression) ValueClosureEnd(SourceRef sourceRef) ValueExpression(SourceRef sourceRef, String expression, boolean nullSafe) WithBlockBegin(SourceRef sourceRef, String expression, WithStatement statement) WithBlockElse(SourceRef sourceRef) WithBlockEnd(SourceRef sourceRef)