Class Expression.Unary
- java.lang.Object
-
- org.biscuitsec.biscuit.token.builder.Expression
-
- org.biscuitsec.biscuit.token.builder.Expression.Unary
-
- Enclosing class:
- Expression
public static final class Expression.Unary extends Expression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.biscuitsec.biscuit.token.builder.Expression
Expression.Binary, Expression.Op, Expression.Unary, Expression.Value
-
-
Constructor Summary
Constructors Constructor Description Unary(Expression.Op op, Expression arg1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)voidgatherVariables(Set<String> variables)inthashCode()voidtoOpcodes(SymbolTable symbols, List<Op> ops)StringtoString()-
Methods inherited from class org.biscuitsec.biscuit.token.builder.Expression
convert, convert_from
-
-
-
-
Constructor Detail
-
Unary
public Unary(Expression.Op op, Expression arg1)
-
-
Method Detail
-
toOpcodes
public void toOpcodes(SymbolTable symbols, List<Op> ops)
- Specified by:
toOpcodesin classExpression
-
gatherVariables
public void gatherVariables(Set<String> variables)
- Specified by:
gatherVariablesin classExpression
-
-