|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.io.resolver.ASTResolver
public class ASTResolver
| Constructor Summary | |
|---|---|
ASTResolver()
|
|
| Method Summary | |
|---|---|
static org.antlr.runtime.tree.CommonTree |
toAST(org.jactr.core.production.action.IAction action)
|
static org.antlr.runtime.tree.CommonTree |
toAST(org.jactr.core.buffer.IActivationBuffer buffer)
return the AST describing this buffer |
static org.antlr.runtime.tree.CommonTree |
toAST(org.jactr.core.chunk.IChunk chunk)
return the AST describing this chunk |
static org.antlr.runtime.tree.CommonTree |
toAST(org.jactr.core.chunktype.IChunkType chunkType,
boolean fullResolution)
return the AST describing the chunktype and optionally all it's immediate chunks |
static org.antlr.runtime.tree.CommonTree |
toAST(org.jactr.core.production.condition.ICondition condition)
|
static org.antlr.runtime.tree.CommonTree |
toAST(org.jactr.core.extensions.IExtension extension)
return the AST describing this extension |
static org.antlr.runtime.tree.CommonTree |
toAST(org.jactr.core.model.IModel model,
boolean fullResolution)
create an AST description of the model and optionally, all its children |
static org.antlr.runtime.tree.CommonTree |
toAST(org.jactr.core.module.IModule module)
|
static org.antlr.runtime.tree.CommonTree |
toAST(org.jactr.core.production.IProduction production)
return the AST describing this production |
static org.antlr.runtime.tree.CommonTree |
toAST(java.lang.Object obj,
boolean fullResolution)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASTResolver()
| Method Detail |
|---|
public static org.antlr.runtime.tree.CommonTree toAST(java.lang.Object obj,
boolean fullResolution)
public static org.antlr.runtime.tree.CommonTree toAST(org.jactr.core.model.IModel model,
boolean fullResolution)
model - fullResolution -
public static org.antlr.runtime.tree.CommonTree toAST(org.jactr.core.production.IProduction production)
production -
public static org.antlr.runtime.tree.CommonTree toAST(org.jactr.core.chunk.IChunk chunk)
chunk -
public static org.antlr.runtime.tree.CommonTree toAST(org.jactr.core.chunktype.IChunkType chunkType,
boolean fullResolution)
chunkType - fullResolution -
public static org.antlr.runtime.tree.CommonTree toAST(org.jactr.core.buffer.IActivationBuffer buffer)
buffer -
public static org.antlr.runtime.tree.CommonTree toAST(org.jactr.core.extensions.IExtension extension)
extension -
public static org.antlr.runtime.tree.CommonTree toAST(org.jactr.core.module.IModule module)
public static org.antlr.runtime.tree.CommonTree toAST(org.jactr.core.production.condition.ICondition condition)
public static org.antlr.runtime.tree.CommonTree toAST(org.jactr.core.production.action.IAction action)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||