Uses of Class
jason.asSyntax.BodyLiteral.BodyType

Packages that use BodyLiteral.BodyType
jason.asSyntax   
 

Uses of BodyLiteral.BodyType in jason.asSyntax
 

Methods in jason.asSyntax that return BodyLiteral.BodyType
static BodyLiteral.BodyType BodyLiteral.BodyType.valueOf(java.lang.String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static BodyLiteral.BodyType[] BodyLiteral.BodyType.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jason.asSyntax with parameters of type BodyLiteral.BodyType
BodyLiteral(BodyLiteral.BodyType t, Term b)
          Deprecated.