Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
protected void |
Clean.defaultFiles(CodeGenerator n)
Adds the default files (
*.java and *.class ) to the remove list. |
static PrintStream |
TranslateToJava.open(CodeGenerator node)
Create a
PrintStream that writes to a Java file corresponding to the specified
CodeGenerator . |
void |
TranslateToJava.setCurrentCG(CodeGenerator cg)
Sets the current code generator for this translator.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassifierCastExpression
This class represents a classifier cast expression.
|
class |
ClassifierExpression
Abstract classifier expression class.
|
class |
ClassifierName
This class represents identifiers that name classifiers.
|
class |
CodedClassifier
Represents a hard-coded classifier definition.
|
class |
CompositeGenerator
Represents a generator composed from several other classifiers.
|
class |
Conjunction
This class represents a classifier conjunction.
|
class |
ConstraintDeclaration
Represents the declaration of a constraint.
|
class |
InferenceDeclaration
Represents an inference specification.
|
class |
InferenceInvocation
An inference can be invoked as a method with the name of a learning classifier involved in that
inference as its lone argument.
|
class |
LearningClassifierExpression
This class represents expressions that specify classifiers that learn.
|
Copyright © 2016. All rights reserved.