Class Predicate
- java.lang.Object
-
- com.clevercloud.biscuit.token.builder.Predicate
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Predicateclone()Predicateconvert(SymbolTable symbols)static Predicateconvert_from(Predicate p, SymbolTable symbols)booleanequals(Object o)StringgetName()List<Term>getTerms()inthashCode()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
convert
public Predicate convert(SymbolTable symbols)
-
convert_from
public static Predicate convert_from(Predicate p, SymbolTable symbols)
-
-