interface JMember
| Modifier and Type | Method and Description |
|---|---|
void |
preAnalyze(Context context,
CLEmitter partial)
Declare the member name(s) in the specified (class) context.
|
void preAnalyze(Context context, CLEmitter partial)
context - class context in which names are resolved.partial - the code emitter (basically an abstraction for producing the
partial class).