Class LoadingQuestion
java.lang.Object
de.foellix.aql.datastructure.query.Question
de.foellix.aql.datastructure.query.LoadingQuestion
- All Implemented Interfaces:
IStringOrQuestion,Serializable
- See Also:
-
Field Summary
Fields inherited from class de.foellix.aql.datastructure.query.Question
CHILDREN_EMPTY, ENDING_SYMBOL_AQL, ENDING_SYMBOL_FILE, ENDING_SYMBOL_RAW, endingSymbol, QUESTION_TYPE_ARGUMENTS, QUESTION_TYPE_FLOWS, QUESTION_TYPE_INTENTFILTER, QUESTION_TYPE_INTENTS, QUESTION_TYPE_INTENTSINKS, QUESTION_TYPE_INTENTSOURCES, QUESTION_TYPE_PERMISSIONS, QUESTION_TYPE_SINKS, QUESTION_TYPE_SLICE, QUESTION_TYPE_SOURCES, QUESTION_TYPE_UNKNOWN, REFERENCES_EMPTY, withBrackets -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllReferences(boolean recursively) getChildren(boolean recursively) getFile()booleanreplaceChild(Question childToReplace, IStringOrQuestion replacement) voidvoidtoString(int level) Methods inherited from class de.foellix.aql.datastructure.query.Question
copy, getAllApps, getAllApps, getAllApps, getAllReferences, getChildren, getEndingSymbol, getIndent, getLeafs, getParent, hashCode, isComplete, isWithBrackets, setEndingSymbol, setParent, setWithBrackets, toString, toStringInAnswerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.foellix.aql.datastructure.query.IStringOrQuestion
toStringInAnswer
-
Constructor Details
-
LoadingQuestion
public LoadingQuestion()
-
-
Method Details
-
getFile
-
setFile
-
setFile
-
toString
-
getChildren
- Specified by:
getChildrenin classQuestion
-
replaceChild
- Specified by:
replaceChildin classQuestion
-
getAllReferences
- Specified by:
getAllReferencesin classQuestion
-