Uses of Class
com.aspectran.core.context.rule.type.TokenDirectiveType
-
Packages that use TokenDirectiveType Package Description com.aspectran.core.context.expr.token com.aspectran.core.context.rule.type -
-
Uses of TokenDirectiveType in com.aspectran.core.context.expr.token
Methods in com.aspectran.core.context.expr.token that return TokenDirectiveType Modifier and Type Method Description TokenDirectiveTypeToken. getDirectiveType()Gets the token directive type.Constructors in com.aspectran.core.context.expr.token with parameters of type TokenDirectiveType Constructor Description Token(TokenType type, TokenDirectiveType directiveType, java.lang.String value)Instantiates a new Token. -
Uses of TokenDirectiveType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return TokenDirectiveType Modifier and Type Method Description static TokenDirectiveTypeTokenDirectiveType. resolve(java.lang.String alias)Returns aTokenDirectiveTypewith a value represented by the specifiedString.static TokenDirectiveTypeTokenDirectiveType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TokenDirectiveType[]TokenDirectiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-