Java com.google.gwt.dev.jjs.ast JDeclaredType fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dev.jjs.ast JDeclaredType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dev.jjs.ast JDeclaredType.

The text is from its open source code.

Method

voidaddMethod(JMethod method)
Adds a method to this type.
JDeclaredTypegetClinitTarget()
Returns the class that must be initialized to use this class.
JDeclaredTypegetEnclosingType()
Returns the type which encloses this type.
StringgetJavahSignatureName()
ListgetMethods()
Returns this type's declared methods; does not include methods defined in a super type unless they are overridden by this type.
StringgetShortName()