Package jminusminus
Interface JMember
- All Known Implementing Classes:
JConstructorDeclaration
,JFieldDeclaration
,JMethodDeclaration
interface JMember
An interface supported by all class (or later, interface) members.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
preAnalyze
(Context context, CLEmitter partial) Declares the member names in the specified (class) context and generates the member headers in the partial class.
-
Method Details
-
preAnalyze
Declares the member names in the specified (class) context and generates the member headers in the partial class.- Parameters:
context
- class context in which names are resolved.partial
- the code emitter.
-