Uses of Class
javax0.jamal.api.Position
-
-
Uses of Position in javax0.jamal.api
Methods in javax0.jamal.api that return Position Modifier and Type Method Description Position
BadSyntaxAt. getPosition()
Position
Input. getPosition()
Constructors in javax0.jamal.api with parameters of type Position Constructor Description BadSyntaxAt(java.lang.String message, Position pos)
BadSyntaxAt(java.lang.String message, Position pos, java.lang.Throwable cause)
BadSyntaxAt(BadSyntax bs, Position pos)
Convert aBadSyntax
exception thrown from a macro that has no idea where the actual source code is to aBadSyntaxAt
exception using the provided reference.
-