Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
SemanticAnalysis.run(Block b)
Runs this pass on all nodes of the indicated type.
|
void |
TranslateToJava.run(Block b)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(Block node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(Block node)
One of the recursive "helper" methods for
run() . |
Modifier and Type | Field and Description |
---|---|
Block |
TryStatement.block
(¬ø) The code to look for exceptions in.
|
Block |
SynchronizedStatement.block
(¬ø) The code to execute while the data is protected.
|
Block |
CatchClause.block
(¬ø) The code to execute when an exception is caught.
|
Block |
InferenceDeclaration.HeadFinder.body
(¬ø) Body of the head finder method.
|
Block |
ConstraintDeclaration.body
(¬ø) Statements making up the body of the constraint.
|
Block |
CodedClassifier.body
(¬ø) Statements making up the body of the hard-coded classifier.
|
Block |
TryStatement.finallyBlock
(ø) The block of the "finally" clause, if any.
|
Block |
LearningClassifierExpression.learnerParameterBlock
(ø) A block of statements that set parameters of the learner for this classifier;
second argument to
with . |
Block |
LearningClassifierExpression.Clause.learnerParameterBlock
A block of statements intended to be used to set learner parameters; used only by the
with clause. |
Constructor and Description |
---|
CatchClause(Argument a,
Block b,
int line,
int byteOffset)
Full constructor.
|
Clause(int t,
ASTNode a,
Expression r,
Block b,
Constant k,
FoldParser.SplitPolicy s,
Constant al,
Constant p,
Constant pct,
Constant ptt,
Constant pt)
This constructor is only called by
LearningClassifierExpression.Clause.clone() . |
Clause(int t,
Name n,
Block b)
A constructor for a with clause with a parameter setting block.
|
CodedClassifier(Block b)
Full constructor.
|
ConstraintDeclaration(String c,
int line,
int byteOffset,
Name n,
Argument a,
Block b)
Full constructor.
|
ConstraintDeclaration(TokenValue t,
TokenValue i,
Argument a,
Block b)
Parser's constructor.
|
HeadFinder(Argument a,
Block b)
Full 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.
|
SynchronizedStatement(Expression d,
Block b,
int line,
int byteOffset)
Full constructor.
|
TryStatement(Block b,
Block f,
int line,
int byteOffset)
Initializing constructor.
|
TryStatement(Block b,
CatchList l,
Block f,
int line,
int byteOffset)
Full constructor.
|
TryStatement(Block b,
CatchList l,
int line,
int byteOffset)
Initializing constructor.
|
Copyright © 2016. All rights reserved.