Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
Name |
SemanticAnalysis.anonymousClassifier(String lastName)
Creates a new anonymous classifier name.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Clean.anonymousFiles(Name name)
Adds files generated for anonymous classes associated with a particular named classifier to
the remove list.
|
void |
SemanticAnalysis.run(Name n)
Runs this pass on all nodes of the indicated type.
|
void |
TranslateToJava.run(Name n)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(Name n)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(Name node)
One of the recursive "helper" methods for
run() . |
void |
SemanticAnalysis.wekaIze(int line,
ClassifierReturnType RT,
Name name)
Called when analyzing the feature types for
use by a WEKA classifier.
|
Modifier and Type | Field and Description |
---|---|
Name |
ClassifierExpression.cacheIn
(ø) The expression representing the field to cache this classifier's result in.
|
Name |
ClassifierAssignment.cacheIn
(ø) The expression representing the field to cache this classifier's result in.
|
Name |
InferenceInvocation.classifier
(¬ø) The name of the argument learning classifier.
|
Name |
InferenceInvocation.inference
(¬ø) The name of the inference to invoke.
|
Name |
InferenceDeclaration.NormalizerDeclaration.learner
(ø) The name of the learner to be normalized.
|
Name |
LearningClassifierExpression.learnerName
(ø) The name of the learner for this classifier; first argument to
with . |
Name |
MethodInvocation.name
(¬ø) The name of the method to be invoked.
|
Name |
Declaration.name
(¬ø) Identifies what is being declared.
|
Name |
ClassifierExpression.name
Expression describing what is being declared.
|
Name |
ClassifierName.referent
(¬ø) The name as it appears in the source code.
|
Modifier and Type | Method and Description |
---|---|
Name |
Name.cutLast()
Returns a new
Name object that is the same as this Name object,
except the last identifier has been removed. |
Name |
ReferenceType.getName()
Returns the name of the class that defines this type.
|
Name |
NameList.NameListIterator.nextItem()
Returns the next AST node in the list.
|
Name |
NameList.NameListIterator.previousItem()
Returns the previous element in the list.
|
Name[] |
NameList.toArray()
Transforms the list into an array of expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
NameList.add(Name n)
Adds another
Name to the end of the list. |
Class<?> |
SymbolTable.classForName(Name name)
Attempts to locate the named class in the current package and any imported packages.
|
boolean |
SymbolTable.containsKey(Name key)
Determines whether the specified name has been used as a key in this table or any of its
parents.
|
Type |
SymbolTable.get(Name name)
Retrieves the type associated with the given name.
|
boolean |
SymbolTable.localContainsKey(Name key)
Determines whether the specified name has been used as a key in this table.
|
Type |
SymbolTable.put(Name name,
Type type)
Adds a new entry to the table.
|
void |
ClassifierExpression.setCacheIn(Name c)
Sets the
cacheIn member variable to the argument. |
void |
ClassifierCastExpression.setCacheIn(Name c)
Sets the
cacheIn member variable to the argument. |
Constructor and Description |
---|
ClassifierAssignment(ClassifierReturnType t,
TokenValue i,
Argument a,
ClassifierExpression e,
Name c)
Parser's constructor.
|
ClassifierAssignment(ClassifierReturnType t,
TokenValue i,
Argument a,
ClassifierExpression e,
Name c,
boolean sc)
Parser's constructor.
|
ClassifierAssignment(String co,
ClassifierReturnType t,
Name n,
Argument a,
ClassifierExpression e,
Name ca,
boolean sc)
Full constructor.
|
ClassifierName(Name n)
Full constructor.
|
Clause(int t,
Name n,
Block b)
A constructor for a with clause with a parameter setting block.
|
ConstraintDeclaration(String c,
int line,
int byteOffset,
Name n,
Argument a,
Block b)
Full constructor.
|
Declaration(Name n,
int line,
int byteOffset)
Initializing constructor.
|
Declaration(String c,
Name n,
int line,
int byteOffset)
Full constructor.
|
ImportDeclaration(Name n,
int line,
int byteOffset)
Full constructor.
|
InferenceDeclaration(String com,
int line,
int byteOffset,
Name n,
Argument h,
InferenceDeclaration.HeadFinder[] f,
InferenceDeclaration.NormalizerDeclaration[] d,
ConstraintDeclaration con,
InstanceCreationExpression a)
Full constructor.
|
InferenceInvocation(Name i,
Name c)
Initializing constructor.
|
InstanceCreationExpression(Expression p,
Name n,
ExpressionList a,
int line,
int byteOffset)
Full constructor.
|
InstanceCreationExpression(Expression p,
Name n,
int line,
int byteOffset)
Initializing constructor.
|
InstanceCreationExpression(Name n,
ExpressionList a,
int line,
int byteOffset)
Initializing constructor.
|
InstanceCreationExpression(Name n,
int line,
int byteOffset)
Initializing constructor.
|
LearningClassifierExpression(ClassifierExpression l,
ClassifierExpression ext,
InstanceCreationExpression p,
Expression r,
InstanceCreationExpression a,
Name ln,
Block pb,
Constant enc,
InstanceCreationExpression tp,
Expression e,
Constant k,
LinkedList<ParameterSet> prms,
FoldParser.SplitPolicy s,
InstanceCreationExpression t,
Constant al,
Constant pre,
Constant pro,
Constant pct,
Constant ptt,
Constant pt,
Integer ls,
Integer fs,
Integer ps,
StringBuffer at,
boolean cdv)
Full constructor.
|
MethodInvocation(Expression p,
Name n,
ExpressionList a,
int line,
int byteOffset)
Full constructor.
|
MethodInvocation(Name n)
Initializing constructor.
|
MethodInvocation(Name n,
ExpressionList a)
Initializing constructor.
|
Name(Name n,
TokenValue token)
Parser's constructor.
|
NameList(Name n)
Initializing constructor.
|
NormalizerDeclaration(int line,
int byteOffset,
Name l,
InstanceCreationExpression n)
Full constructor.
|
NormalizerDeclaration(TokenValue t,
Name l,
InstanceCreationExpression n)
Parser's constructor.
|
PackageDeclaration(Name n,
int line,
int byteOffset)
Full constructor.
|
ReferenceType(Name name)
Initializing constructor.
|
VariableDeclaration(Name n)
Parser's constructor, leaving the type to be filled in later.
|
VariableDeclaration(Name n,
Expression i)
Parser's constructor, leaving the type to be filled in later.
|
Copyright © 2016. All rights reserved.