JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
gov.llnl.babel.backend
Interface ContextAware
All Known Subinterfaces:
CodeGenerator
All Known Implementing Classes:
DependenciesGenerator
,
GenerateClient
,
GenerateClientC
,
GenerateClientJava
,
GenerateCxxClient
,
GenerateCxxServer
,
GenerateDoc
,
GenerateIORClient
,
GenerateIORServer
,
GenerateMatlabClient
,
GenerateRMIClient
,
GenerateServer
,
GenerateServerC
,
GenerateServerJava
,
GenerateSidl
,
GenerateXML
,
GenPythonClient
,
GenPythonServer
,
MakefileGenerator
,
PackageMakeInfoGenerator
,
SetupGenerator
public interface
ContextAware
Babel extensions implementing this type will be told the current context.
Method Summary
Methods
Modifier and Type
Method and Description
void
setContext
(
Context
context)
Routine to notify extensions of the context.
Method Detail
setContext
void setContext(
Context
context)
Routine to notify extensions of the context.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method