GWT 2.1.1

com.google.gwt.core.ext.soyc
Interface Story.Origin

All Superinterfaces:
java.io.Serializable
Enclosing interface:
Story

public static interface Story.Origin
extends java.io.Serializable

Describes the physical or virtual source location from which a Story originated.


Method Summary
 int getLineNumber()
          Returns the line number, or 0 if there is no physical location.
 java.lang.String getLocation()
          This is usually, but not always, a URL.
 

Method Detail

getLineNumber

int getLineNumber()
Returns the line number, or 0 if there is no physical location.


getLocation

java.lang.String getLocation()
This is usually, but not always, a URL. If it is not a URL, it will typically be a Java class name.


GWT 2.1.1