|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectExt_c
fabil.extension.FabILExt_c
public class FabILExt_c
| Constructor Summary | |
|---|---|
FabILExt_c()
|
|
| Method Summary | |
|---|---|
Node |
assignLabels(LabelAssigner la)
Used by LabelAssigner to assign labels to all new expressions. |
Node |
assignLocations(LocationAssigner la)
Used by LocationAssigner to assign locations to all new
expressions. |
Node |
collectStaticInitializers(StaticInitializerCollector sc)
Used by StaticInitializerCollector. |
static FabILExt |
ext(Node n)
Returns the Fabric extension object associated with the given node. |
Node |
rewriteAtomic(AtomicRewriter ar)
Used by AtomicRewriter to rewrite the AST to eliminate
atomic statements. |
Node |
rewriteProxies(ProxyRewriter pr)
Used by ProxyRewriter to rewrite references to proxy references. |
Node |
rewriteProxiesOverride(ProxyRewriter rewriter)
Used by ProxyRewriter to override the default visitor behaviour. |
Node |
rewriteRemoteCalls(RemoteCallRewriter rr)
Used by RemoteCallRewriter to translate RMIs. |
Node |
rewriteThreads(ThreadRewriter tr)
Used by ThreadRewriter to hook Threads into the worker's
transaction manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FabILExt_c()
| Method Detail |
|---|
public Node collectStaticInitializers(StaticInitializerCollector sc)
FabILExtStaticInitializerCollector.
collectStaticInitializers in interface FabILExt
public Node assignLabels(LabelAssigner la)
throws SemanticException
FabILExtnew expressions.
assignLabels in interface FabILExtSemanticException - when a label is missing and no default can be assigned.
public Node assignLocations(LocationAssigner la)
throws SemanticException
FabILExtnew
expressions.
assignLocations in interface FabILExtSemanticExceptionpublic Node rewriteProxiesOverride(ProxyRewriter rewriter)
FabILExt
rewriteProxiesOverride in interface FabILExtpolyglot.visit.NodeVisitor#override(Node)public Node rewriteAtomic(AtomicRewriter ar)
FabILExtAtomicRewriter to rewrite the AST to eliminate
atomic statements.
rewriteAtomic in interface FabILExtpublic Node rewriteProxies(ProxyRewriter pr)
FabILExt
rewriteProxies in interface FabILExtpublic Node rewriteThreads(ThreadRewriter tr)
FabILExtThreadRewriter to hook Threads into the worker's
transaction manager.
rewriteThreads in interface FabILExtpublic Node rewriteRemoteCalls(RemoteCallRewriter rr)
FabILExtRemoteCallRewriter to translate RMIs.
rewriteRemoteCalls in interface FabILExtpublic static FabILExt ext(Node n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||