Java com.google.gwt.core.ext.linker SymbolData fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.core.ext.linker SymbolData fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.core.ext.linker SymbolData.

The text is from its open source code.

Method

CastableTypeMapgetCastableTypeMap()
Returns a JSON map of castableTypes.
StringgetClassName()
Returns the name of the type or enclosing type if the symbol is a method or field.
StringgetJsniIdent()
Returns a JSNI-like identifier for the symbol if it a method or field, otherwise null.
StringgetMemberName()
Returns the name of the member if the symbol is a method or field.
intgetQueryId()
Returns the queryId for castability comparisons.
intgetSourceLine()
Returns the line number on which the symbol was originally declared or -1 if the line number is unknown.
StringgetSourceUri()
Returns a URI string representing the location of the source.
StringgetSymbolName()
Returns the JavaScript symbol this data maps to.
booleanisClass()
Returns true if the symbol represents a class.
booleanisField()
Returns true if the symbol represents a field.
booleanisMethod()
Returns true if the symbol represents a method.