Serialized Form
|
Package org.teatrove.tea.compiler |
serialVersionUID: 1L
mErrorMsg
String mErrorMsg
mCulprit
Token mCulprit
mInfo
SourceInfo mInfo
mUnit
CompilationUnit mUnit
serialVersionUID: 1L
mDetail
int mDetail
serialVersionUID: 1L
mLine
int mLine
mStartPosition
int mStartPosition
mEndPosition
int mEndPosition
serialVersionUID: 1L
mTotal
int mTotal
mCurrent
int mCurrent
mCurrentName
String mCurrentName
serialVersionUID: 1L
mTokenID
int mTokenID
mInfo
SourceInfo mInfo
serialVersionUID: 1L
mClassName
String mClassName
mObjectClass
Class<T> mObjectClass
mNaturalClass
Class<T> mNaturalClass
mGenericType
GenericType mGenericType
mPrimitive
boolean mPrimitive
|
Package org.teatrove.tea.engine |
serialVersionUID: 1L
serialVersionUID: 1L
mReloadInProgress
boolean mReloadInProgress
- True if the templates are being reloaded
mReloaded
Set<E> mReloaded
- The set of successfully reloaded template names
mErrors
Map<K,V> mErrors
- Error map, where the key is the failed template name, and the
value is a list of TemplateError objects for that template
serialVersionUID: 1L
mSourcePath
String mSourcePath
- Source path of the template
mLastModifiedDate
Date mLastModifiedDate
- Last modified date of the template file
mErrorMessage
String mErrorMessage
- Short description of the compilation error
mDetailedErrorMessage
String mDetailedErrorMessage
- Description of the compilation error that includes template name
and line number
mSourceInfoMessage
String mSourceInfoMessage
- Description of the compilation error that includes template source
file information and line number
mSourceLine
String mSourceLine
- The line where the compilation error occured
mLineNumber
int mLineNumber
- The line number where the compilation error occured
mUnderline
String mUnderline
- A line that can be printed below the error line to underline
the specific location of the error.
mErrorStartPos
int mErrorStartPos
- The character position on the error line where the error starts
mErrorEndPos
int mErrorEndPos
- The character position on the error line where the error ends
mDetailPos
int mDetailPos
- The character position on the error line where the detail starts
mErrorFileStartPos
int mErrorFileStartPos
- The character position in the template file where the error starts
mErrorFileEndPos
int mErrorFileEndPos
- The character position in the template file where the error ends
|
Package org.teatrove.tea.log |
serialVersionUID: 1L
TEA_EXCEPTION
String TEA_EXCEPTION
serialVersionUID: 1L
mLines
TeaLog.TeaStackTraceLine[] mLines
|
Package org.teatrove.tea.parsetree |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
mExpr
Expression mExpr
mToken
Token mToken
mLookupIndex
Expression mLookupIndex
mMethod
Method mMethod
mNullSafe
boolean mNullSafe
serialVersionUID: 1L
mLvalue
VariableRef mLvalue
mRvalue
Expression mRvalue
serialVersionUID: 1L
mOperator
Token mOperator
mLeft
Expression mLeft
mRight
Expression mRight
serialVersionUID: 1L
serialVersionUID: 1L
mInitializer
Statement mInitializer
mFinalizer
Statement mFinalizer
serialVersionUID: 1L
mValue
Boolean mValue
serialVersionUID: 1L
serialVersionUID: 1L
mExpression
Expression mExpression
mTarget
Name mTarget
mParams
ExpressionList mParams
mInitializer
Statement mInitializer
mSubParam
Block mSubParam
mVoidPermitted
boolean mVoidPermitted
mNullSafe
boolean mNullSafe
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
mGuarded
Statement mGuarded
mReplacement
Statement mReplacement
serialVersionUID: 1L
mConversions
LinkedList<E> mConversions
mExceptionPossible
boolean mExceptionPossible
serialVersionUID: 1L
mElements
Expression[] mElements
serialVersionUID: 1L
mExpr
Expression mExpr
mReceiver
Method mReceiver
serialVersionUID: 1L
mLoopVar
VariableRef mLoopVar
mRange
Expression mRange
mEndRange
Expression mEndRange
mReverse
boolean mReverse
mInitializer
Statement mInitializer
mBody
Block mBody
serialVersionUID: 1L
mCalledMethod
Method mCalledMethod
serialVersionUID: 1L
mCondition
Expression mCondition
mThenPart
Block mThenPart
mElsePart
Block mElsePart
mMergedVariables
Variable[] mMergedVariables
serialVersionUID: 1L
mName
String mName
serialVersionUID: 1L
serialVersionUID: 1L
mExpr
Expression mExpr
mDot
Token mDot
mLookupName
Name mLookupName
mMethod
Method mMethod
mProperty
Field mProperty
mNullSafe
boolean mNullSafe
serialVersionUID: 1L
mName
String mName
serialVersionUID: 1L
mExpr
Expression mExpr
serialVersionUID: 1L
mList
ExpressionList mList
mAssociative
boolean mAssociative
serialVersionUID: 1L
mInfo
SourceInfo mInfo
serialVersionUID: 1L
serialVersionUID: 1L
mExpr
Expression mExpr
serialVersionUID: 1L
serialVersionUID: 1L
mValue
Number mValue
serialVersionUID: 1L
serialVersionUID: 1L
mExpr
Expression mExpr
mNullSafe
boolean mNullSafe
serialVersionUID: 1L
mTypeName
TypeName mTypeName
serialVersionUID: 1L
mExpr
Expression mExpr
serialVersionUID: 1L
mExpr
Expression mExpr
mOperation
Expression mOperation
serialVersionUID: 1L
serialVersionUID: 1L
mStatements
Statement[] mStatements
serialVersionUID: 1L
mValue
String mValue
serialVersionUID: 1L
serialVersionUID: 1L
mName
Name mName
mParams
Variable[] mParams
mSubParam
boolean mSubParam
mStatement
Statement mStatement
mType
Type mType
mDirectiveList
List<E> mDirectiveList
mProperties
Map<K,V> mProperties
serialVersionUID: 1L
mCalledTemplate
CompilationUnit mCalledTemplate
serialVersionUID: 1L
mCondition
Expression mCondition
mThenPart
Expression mThenPart
mElsePart
Expression mElsePart
serialVersionUID: 1L
mTypeName
TypeName mTypeName
serialVersionUID: 1L
mDimensions
int mDimensions
mType
Type mType
mGenericTypes
TypeName[] mGenericTypes
serialVersionUID: 1L
mName
String mName
mTypeName
TypeName mTypeName
mType
Type mType
mField
boolean mField
mStatic
boolean mStatic
mTransient
boolean mTransient
mStaticallyTyped
boolean mStaticallyTyped
serialVersionUID: 1L
mName
String mName
mVariable
Variable mVariable
mNullSafe
boolean mNullSafe
Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.