All Packages Class Hierarchy This Package Previous Next Index
Class prolog.FunctorArity
java.lang.Object
|
+----prolog.FunctorArity
- public class FunctorArity
- extends Object
- implements Serializable
Represents a functor/arity pair. There should be precisely one
instance of this class per such pair.
-
arity
-
-
ClassName
-
-
component
-
-
functor
-
-
functor_arity
- Used by the clause indexer, functor/arity comparsions, compiled
disjunctions.
-
JavaType
-
-
next
-
-
type
- Used by the type subsystem.
-
FunctorArity(String, int)
-
-
FunctorArity(String, int, int)
-
-
toString()
-
ClassName
static final String ClassName
JavaType
static final ObjectType JavaType
functor
public String functor
arity
public int arity
functor_arity
int functor_arity
- Used by the clause indexer, functor/arity comparsions, compiled
disjunctions.
type
AlgebraicType type
- Used by the type subsystem.
- See Also:
- TypeDictionary
component
CompoundType component
next
FunctorArity next
FunctorArity
FunctorArity(String functor,
int arity,
int functor_arity)
FunctorArity
FunctorArity(String functor,
int arity)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index