public interface Member
| Modifier and Type | Method and Description |
|---|---|
String |
generateGosuMemberDeclaration() |
String |
generateJavaMemberDeclaration() |
AccessModifier |
getAccessMod()
The access modifier (i.e.
|
DeclarationContext |
getContext()
The context in which this member is declared
|
Scope |
getScope()
The scope of this member (static or instance)
|
boolean |
isMethod() |
String |
memberName()
The name of this member
|
String |
memberTypeName()
The name of the type of this member
|
String |
memberValue()
The value of this member when it's accessed
|
AccessModifier getAccessMod()
Scope getScope()
DeclarationContext getContext()
String memberName()
String memberTypeName()
String memberValue()
String generateGosuMemberDeclaration()
String generateJavaMemberDeclaration()
boolean isMethod()
Copyright © 2015. All rights reserved.