Uses of Class
jason.asSyntax.BodyLiteral.BodyType
Package | Description |
---|---|
jason.asSyntax |
-
Uses of BodyLiteral.BodyType in jason.asSyntax
Methods in jason.asSyntax that return BodyLiteral.BodyType Modifier and Type Method Description 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.Methods in jason.asSyntax with parameters of type BodyLiteral.BodyType Modifier and Type Method Description private static PlanBody.BodyType
BodyLiteral. oldToNew(BodyLiteral.BodyType old)
Deprecated.Constructors in jason.asSyntax with parameters of type BodyLiteral.BodyType Constructor Description BodyLiteral(BodyLiteral.BodyType t, Term b)
Deprecated.