public class SymbolTable extends Object
Modifier and Type | Field and Description |
---|---|
Map<String,String> |
cppDefinesByJavaNames |
Constructor and Description |
---|
SymbolTable() |
Modifier and Type | Method and Description |
---|---|
Type |
getFieldType(String klazz,
String field) |
Type |
getMethodReturnType(String klazz,
String method) |
boolean |
isNotAnAttributeOrElementName(String name)
This is a sad hack to work around the fact the there's no real symbol
table yet.
|
void |
putFieldType(String klazz,
String field,
Type type) |
void |
putMethodReturnType(String klazz,
String method,
Type type) |
public boolean isNotAnAttributeOrElementName(String name)
name
- Copyright © 2017. All rights reserved.