|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.cast.java.translator.polyglot.PolyglotJava2CAstTranslator.CodeBodyEntity
protected abstract static class PolyglotJava2CAstTranslator.CodeBodyEntity
| Field Summary |
|---|
| Fields inherited from interface com.ibm.wala.cast.tree.CAstEntity |
|---|
FIELD_ENTITY, FILE_ENTITY, FUNCTION_ENTITY, GLOBAL_ENTITY, MACRO_ENTITY, RULE_ENTITY, SCRIPT_ENTITY, SUB_LANGUAGE_BASE, TYPE_ENTITY |
| Constructor Summary | |
|---|---|
PolyglotJava2CAstTranslator.CodeBodyEntity(java.util.Map<CAstNode,CAstEntity> entities)
|
|
| Method Summary | |
|---|---|
java.util.Map<CAstNode,java.util.Collection<CAstEntity>> |
getAllScopedEntities()
Some programming language constructs have a lexical structure. |
java.util.Iterator |
getScopedEntities(CAstNode construct)
Some programming language constructs have a lexical structure. |
java.lang.String |
getSignature()
Some programming language constructs have signatures, which are like names but usually have some detail to distinguish the construct from others with the same name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ibm.wala.cast.tree.CAstEntity |
|---|
getArgumentCount, getArgumentDefaults, getArgumentNames, getAST, getControlFlow, getKind, getName, getNodeTypeMap, getPosition, getQualifiers, getSourceMap, getType |
| Constructor Detail |
|---|
public PolyglotJava2CAstTranslator.CodeBodyEntity(java.util.Map<CAstNode,CAstEntity> entities)
| Method Detail |
|---|
public java.util.Map<CAstNode,java.util.Collection<CAstEntity>> getAllScopedEntities()
CAstEntity
getAllScopedEntities in interface CAstEntitypublic java.util.Iterator getScopedEntities(CAstNode construct)
CAstEntity
getScopedEntities in interface CAstEntitypublic java.lang.String getSignature()
CAstEntity
getSignature in interface CAstEntity
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||